ODBC manager
Type
glossary
Description
A utility program that manages database connections made via ODBC.
Typically, you use an ODBC manager program to create one or more DSNs with all the information needed to communicate with a database, such as its location and type. You use the DSN with the revOpenDatabase function to communicate with that database.
Related
function: revOpenDatabase
glossary: DSN, Open Database Connectivity, database, function